home *** CD-ROM | disk | FTP | other *** search
/ OctaMED Sound Studio 1 / OctaMED SoundStudio V1.iso / soundstudio v1 / programmers / octaplayer_lib.fd < prev    next >
Text File  |  1996-06-18  |  475b  |  21 lines

  1. * prototypes for OctaMEDPlayer.library V7
  2. ##base _OctaPlayerBase
  3. ##bias 30
  4. ##public
  5. GetPlayer8()()
  6. FreePlayer8()()
  7. PlayModule8(module)(A0)
  8. ContModule8(module)(A0)
  9. StopPlayer8()()
  10. LoadModule8(filename)(A0)
  11. UnLoadModule8(module)(A0)
  12. SetModnum8(modnum)(D0)
  13. RelocModule8(module)(A0)
  14. SetHQ(hq)(D0)
  15. * functions below in V7.00 or later
  16. RequiredPlayRoutine8(module)(A0)
  17. FastMemPlayRecommended8(module)(A0)
  18. LoadModule_Fast8(module)(A0)
  19. SetFastMemPlay8(newstate,buffsize)(D0/D1)
  20. ##end
  21.